home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / tcp_ip / jnos / cmdshelp / convers < prev    next >
Text File  |  1994-08-09  |  5KB  |  135 lines

  1.  
  2. convers <subcommands>
  3.  
  4.      These commands configure the network conference server. See the
  5. section 'SETTING UP THE CONFERENCE BRIDGE' in the JNOS documentaionfor
  6. details on the inner workings of the conference system.
  7.  
  8.  
  9.     convers drop <name>
  10.  
  11.      Drop the remote convers link to <name>.  See also 'convers link'.
  12.  
  13.           convers drop 44.26.1.19
  14.           
  15.  
  16.     convers filter
  17.      Set how the convers node will respond to connect requests.
  18.      
  19.        convers filter mode [accept | refuse]
  20.  
  21.         Sets or displays the filter mode.  'filter mode accept' allows
  22.         links from only the hosts in the filter list.  'filter mode
  23.         reject' allows links from all hosts except those in the list.
  24.         
  25.        convers filter [ipaddress | hostname]
  26.  
  27.         Builds the filter list used in conjunction with the 'convers
  28.         filter mode' command.
  29.         
  30.     convers host <name>
  31.  
  32.      Displays or set the convers hostname as will be used when
  33.      announcing the system to conference users or remote links.
  34.      Maximum length is 10 chars, but if you want to stay compatible
  35.      with NOS.EXE based convers servers use a maximum of 8 character
  36.      for the convers host name (unless the system runs jnos-v1.04 or
  37.      later).
  38.      
  39.      If the 'hostname' gets set and the 'convers host'  isn't set yet,
  40.      it will be set to the first 10 chars of the 'hostname'. After
  41.      this, if any sub domains (i.e. periods) exist in the hostname,
  42.      the convers hostname will be terminated at the right-most period.
  43.      e.g. If  'converse host' is not set, and 'hostname
  44.      jnos.wg7j.ampr.org' is given, then after this the converse
  45.      hostname will be 'jnos.wg7j'.
  46.      
  47.           convers host Corvallis
  48.           
  49.           
  50.     convers interface [<iface>] [on|OFF]
  51.  
  52.      Displays or sets the active convers interfaces. This command
  53.      needs to be given for each interface that which will allow
  54.      connections to the conference call (see 'convers mycall'); e.g.,
  55.      this command can be used to allow conference call access only on
  56.      the user ports but not on the backbone/linking ports.  This can
  57.      also be useful to avoid confusion when different nodes have the
  58.      same conference call.  (Locally, we use the call 'QSO' for the
  59.      conference server for different nodes, and ran into problems when
  60.      a user tried to connect to it from a backbone node. All of a
  61.      sudden two nodes were answering the connect !)  Default is off.
  62.      
  63.           convers interface port1
  64.           
  65.           
  66.     convers link <addr> [name]
  67.  
  68.      Add a convers link to another (remote) conference server.
  69.  
  70.      <addr> is the ip address or hostname of the remote server to link to.
  71.      [name] is the optional name that will show up in the links
  72.      listing shown with the '/links' command if the link has not yet
  73.      been established. [name] can be a maximum of 10 characters.
  74.      
  75.      After the link has been established, the name will be set to the
  76.      name the remote system introduced itself with.  The link command
  77.      will automatically add an entry for this host into the 'refuse-
  78.      list' (See 'convers refuse' command.)  This is to avoid dual
  79.      links, and convers loops.
  80.           convers link 44.26.1.19 Testing
  81.           
  82.  
  83.     convers [u|h]maxq [<bytes>]                        {JNOS}
  84.  
  85.      Display or set the upper limit for the number of bytes that can
  86.      be queued up waiting for transmission on a connection to another
  87.      server.  If there is more data than this limit, the connection to
  88.      the other server will be closed.
  89.      
  90.      You are able to set individual limits for users and hosts
  91.      with 'convers hmaxq' and 'convers umaxq'.  If set to 0, there is
  92.      no limit, otherwise connections will be reset if there is more
  93.      than the []maxq value data outstanding on the connection.  The
  94.      connections will be RESET instead of gracefully closed.
  95.      
  96.  
  97.     convers maxwait [<seconds>]
  98.  
  99.      Display or set the upper limit for the time the system will wait
  100.      to reestablish a disconnected convers link that originated at
  101.      this system. Time is given in seconds.
  102.           convers maxwait 600
  103.           
  104.           
  105.     convers motd ["<yourmessage>"]
  106.  
  107.      Set or show the message of the day for the convers server.  This
  108.      message is displayed when users connect to the server.
  109.      
  110.      
  111.     convers <mycall>
  112.  
  113.      Display or set the 'conference call'.  'mycall' is a separate
  114.      ax.25 callsign.  If set, users can connect to it to get
  115.      immediately connected to the conference bridge. However, each
  116.      port or interface that this call should be allowed on should be
  117.      enabled with the 'convers interface' command.  Conference call
  118.      connections bypass the regular node interface.  This is
  119.      independent from the settings of 'mbox convers' or whether the
  120.      network conference server has been started. See also 'convers
  121.      t4'.
  122.           convers mycall QSO
  123.           
  124.           
  125.     convers t4 [<seconds>]
  126.  
  127.      (B)  Display or the set the conference call connection T4 timer.
  128.      t4 is the 'redundancy timer' for ax.25 connections to the
  129.      conference server.  This allows you to set a different inactivity
  130.      time-out for ax25 node and conference connections. Default is
  131.      7200, i.e. 2 hours.
  132.           convers t4 900
  133.           
  134.  
  135.